crypto/x509.ecPrivateKey.PrivateKey (field)

9 uses

	crypto/x509 (current package)
		sec1.go#L28: 	PrivateKey    []byte
		sec1.go#L67: 		PrivateKey:    privateKey,
		sec1.go#L78: 		PrivateKey: key.Bytes(),
		sec1.go#L117: 	for len(privKey.PrivateKey) > len(privateKey) {
		sec1.go#L118: 		if privKey.PrivateKey[0] != 0 {
		sec1.go#L121: 		privKey.PrivateKey = privKey.PrivateKey[1:]
		sec1.go#L127: 	copy(privateKey[len(privateKey)-len(privKey.PrivateKey):], privKey.PrivateKey)